POST /File/Rollback/{id}/

Rolls the file with the specified ID back to the specified revision number.
 

Request

Method Request URI
POST /API/File/Rollback/{id}/?sessionId=value

URI Parameters

URI Parameter Description
sessionId The ID of the current session. Specifying via an Authorization request header instead is recommended.

Path Parameters

Path Parameter Description
id The ID of the file to rollback.

Request Headers

Authorization: Bearer <Current session ID>

Request Body

Name: revisionNumber
Type: System.Int64

Response

Response Body

A status code indicating success or the reason for failure.